Skip to content

Added additional params to support Hyper 3D model#271

Open
Sirsho1997 wants to merge 2 commits intomainfrom
feature-Hyper-3D
Open

Added additional params to support Hyper 3D model#271
Sirsho1997 wants to merge 2 commits intomainfrom
feature-Hyper-3D

Conversation

@Sirsho1997
Copy link
Copy Markdown
Collaborator

Added

  • ISettings now includes:
    • useOriginalAlpha: Optional[bool]
    • material: Optional[str]
    • polyCount: Optional[float]
    • taPose: Optional[bool]
    • boundingBox: Optional[List[int]]
    • meshMode: Optional[str]
    • addons: Optional[List[str]]
    • hdTexture: Optional[bool]

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR extends the SDK’s 3D inference settings surface to support additional Hyper 3D model parameters, and also updates the production HTTP base URL used for streaming REST requests.

Changes:

  • Add new optional Hyper 3D-related fields to ISettings (e.g., useOriginalAlpha, material, polyCount, boundingBox, meshMode, addons, hdTexture).
  • Change the production HTTP REST base URL in BASE_RUNWARE_HTTP_URLS.

Reviewed changes

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

File Description
runware/utils.py Updates the production HTTP base URL used to derive REST endpoints for streaming.
runware/types.py Adds new optional settings fields to support additional Hyper 3D model parameters.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread runware/types.py
@Sirsho1997 Sirsho1997 requested a review from teith April 15, 2026 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants